Micron Document
🎖️GitЯра🎖️

Node / meshtastic / Meshtastic-Android / files / docs / et-rEE / user / debug-logs.md

Displaying Raw • View renderedDownload

docs/et-rEE/user/debug-logs.md df62b4fd384a7d3fb867a2879aa8a14f10cd8a29 (df62b4fd) Text, 3.09 KB

---
title: Arendaja logid
parent: Kasutaja juhis
nav_order: 22
last_updated: 2026-07-08
description: Vaata ja ekspordi rakenduse arendajalogi rakenduse seest ning lisa GitHubi probleemile jäädvustus vigade diagnoosimiseks – adb-d pole vaja.
aliases:
Tff7b72- arendaja-logid
Tff7b72- logcat
Tff7b72- app-logs
Tc9d1d9 - bug-report
Tc9d1d9---

Tc9d1d9# Arendaja logid

Kui midagi töötab valesti, on rakenduse arendajalogid kõige kasulikum asi, mida saad veateatele lisada. Meshtastic can capture them **for you, from inside the app** — you no longer need Ta5d6ff`adb` or any desktop tooling to collect them.

Ava **Arendajapaneel**, valides **Seaded → Täpsemad → Arendajapaneel**.

Tff7b72> 📎 **Filing an issue?** Export your logs (see below) and attach the `.txt` file to your report at [github.com/meshtastic/Meshtastic-Android/issues](https://github.com/meshtastic/Meshtastic-Android/issues). A log capture that covers the moment the problem happened turns "it doesn't work" into something a developer can actually track down.

Tc9d1d9## The two tabs

Arendajapaneelil on kaks vahekaarti:

Tff7b72- **Packets** — the decoded mesh traffic your radio has sent and received (protocol-level messages). Useful for diagnosing mesh and routing behavior.
Tff7b72- **App logs** — the app's own diagnostic log (Android _logcat_), including warnings, errors, and stack traces from the app itself. This is usually what a bug report needs.

Each tab has its own **export** button and produces its own file, so you can grab whichever is relevant — or both.

Tc9d1d9## Viewing app logs

The **App logs** tab shows the most recent log lines from **this app only** — never other apps on your device.

Tff7b72- **Search** — type in the search box to filter to matching lines.
Tff7b72- **Tasemefilter** — **V / D / I / W / E** kiibid lülitavad sisse üksikasjaliku, arendaja-, teabe-, hoiatus- ja vearea. Tap a level to hide it; tap again to bring it back. Fatal lines are always shown.
Tff7b72- **Refresh** — the refresh icon re-reads the latest logs.

Error and warning lines are tinted so problems stand out.

Tc9d1d9## Exporting

Praeguste logide faili salvestamiseks puuduta ikooni **allalaadimine**. You choose where it goes through the system file picker, and the file is named with a timestamp (for example Ta5d6ff`meshtastic_logcat_20260701_143312.txt`) so repeated exports never overwrite each other.

Attach that file to your GitHub issue.

Tff7b72> 🔒 **Privacy:** Exports automatically **redact** private keys, admin keys, and session passkeys before writing the file. Kanali PSKid **ei** redigeerita ja logid võivad sisaldada ka sõlmede nimesid, asukohti ja muid tuvastavaid üksikasju – enne avalikult jagamist vaadake fail üle ja jaga seda privaatselt, kui teil on kahtlusi.

Tc9d1d9## Töölaud

The desktop app has no system logcat, so the **App logs** tab shows the app's own captured log output instead. Search, filtering, and export work the same way.

Tc9d1d9## Related Topics

Tff7b72- [Tff7b72Help & In-App Docs](Te6edf3help-and-docs) — reading this documentation offline inside the app
Tff7b72- [Tff7b72Connections](Te6edf3connections) — if the problem is getting connected to your radio in the first place

---

Served by rngit 1.5.2 - Generated in 0.05s